|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IInformationControl | |
org.eclipse.jface.text | Provides a framework for creating, manipulating, displaying and editing text documents. |
org.eclipse.jface.text.source | Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer. |
Uses of IInformationControl in org.eclipse.jface.text |
Classes in org.eclipse.jface.text that implement IInformationControl | |
class |
DefaultInformationControl
Text based implementation of IInformationControl . |
Fields in org.eclipse.jface.text declared as IInformationControl | |
protected IInformationControl |
AbstractInformationControlManager.fInformationControl
The information control |
Methods in org.eclipse.jface.text that return IInformationControl | |
IInformationControl |
IInformationControlCreator.createInformationControl(Shell parent)
Creates a new information control with the given shell as the control's parent. |
protected IInformationControl |
AbstractInformationControlManager.getInformationControl()
Returns the information control. |
Methods in org.eclipse.jface.text with parameters of type IInformationControl | |
boolean |
IInformationControlCreatorExtension.canReuse(IInformationControl control)
Tests if an existing information control can be reused. |
protected Point |
AbstractInformationControlManager.computeSizeConstraints(Control subjectControl,
IInformationControl informationControl)
Computes the size constraints of the information control in points based on the default font of the given subject control as well as the size constraints in character width. |
void |
AbstractInformationControlManager.IInformationControlCloser.setInformationControl(IInformationControl control)
Sets the closer's information control, the one to close if necessary. |
Uses of IInformationControl in org.eclipse.jface.text.source |
Methods in org.eclipse.jface.text.source with parameters of type IInformationControl | |
protected Point |
AnnotationBarHoverManager.computeSizeConstraints(Control subjectControl,
IInformationControl informationControl)
|
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |